home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00147_Script_147 < prev    next >
Text File  |  1995-05-21  |  393b  |  20 lines

  1. -- Calls Rewind btn script
  2. on mouseDown
  3.   puppetSound "button.aif"
  4.   put "RewindBTN" into f
  5.   put "RewindBTNHL" into fHL
  6.   hiliter 17, f, fHL
  7. end 
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   set the castNum of sprite 17 = cast "RewindBTN"
  13.   set the movietime of sprite 48 to 0
  14.   set the movierate of sprite 48 to 0
  15.   startTimer
  16.   repeat while the timer < 10
  17.     nothing
  18.   end repeat
  19.   puppetsound 0
  20. end